home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCMania 21
/
PCMania CD21.nrg
/
sharewar
/
utl106
/
run.doc
< prev
next >
Wrap
Text File
|
1991-02-02
|
4KB
|
124 lines
Run Copyright (c) 1989, 1990, 1991 Dragons Eye Software
Last Updated: 06/18/90 Version 1.4
RUN.EXE is a Windows program that executes other windows programs.
What makes Run so useful is that you may run any number of
applications at the same time and give each app its own command line.
----------------------------------------------------------------------------
To use Run just execute it from the DOS command line as:
WIN RUN <APPNAME...>
APPNAME... can be one or more application names separated by commas that
are either in the current directory or along the path variable. For example:
WIN RUN CONTROL, CLOCK.EXE, TERMINAL
Will execute the Control Panel, Windows Clock and the Windows Terminal
program in that order as though the user had clicked on them from the
MSDOS executive.
Run assumes that the program will have an extension of .EXE if no
extension is supplied.
----------------------------------------------------------------------------
To use Run from the MSDOS Executive just select File/Run and type in:
RUN <APPNAME...>
APPNAME... here is the same as above.
----------------------------------------------------------------------------
You may also add a command line to the program that you are telling Run to
execute. For Example:
RUN CONTROL, WRITE TEST.DOC, CLOCK
Will execute the Control Panel then Run will execute Write with the
command line "TEST.DOC" so that Write will open the file upon startup,
and then Run will execute the Clock application.
*************************** New with version 1.2 ***************************
You may now add an entry to your WIN.INI that will cause Run to
startup with a default command line. If you start Run with no
command line and the following two (2) lines:
[DE-RUN]
Command="write, control, notepad win.ini"
are in your WIN.INI, then Run will automatically use the above string
as the command line to execute. The string "write, control, notepad
win.ini" shown above should be replaced with a set of programs you
want executed.
If you do not have the above entry in your WIN.INI and you start
Run with a blank command line, then Run will attempt to open your
WIN.INI file using the Notepad application. To Prevent this you
should add the two lines shown above to your WIN.INI and set Command
to "". For example:
[DE-RUN]
Command=""
will cause Run to do nothing at all if started with a blank command
line.
******************************* Important!! *****************************
If you see the message: "Invalid WIN.INI Entry" and the Notepad
opens with your WIN.INI file displayed, then Run could not find the
Command entry in the [DE-RUN] section of your WIN.INI file. In order
to prevent this happening again you should make certain that the
section for Run, in your WIN.INI matches that shown above.
If you have any questions or comments please contact Dragons Eye
Software at the following address and phone number:
Dragons Eye Software
P.O. Box 200262
Arlington, TX 76006-0262
(817) 265-5619 8am to 10pm CDT 7 days a week
Compuserve: 76057,101
----------------------------------------------------------------------------
Revision History
----------------
02/05/91 1.4 Steamlined for faster loading and a smaller
.EXE file.
06/18/90 1.2 Added an entry in the WIN.INI that allows the
user to execute Run with a default command line.
Useful when loading several apps when starting
Windows.
06/15/90 1.1 Implemented separate command lines for the
programs that Run executes.
converted for Windows 3.0
1.0 Initial release for Win 2.11 - no frills version.